runtime.m.dying (field)
9 uses
runtime (current package)
mwbbuf.go#L170: if getg().m.dying > 0 {
panic.go#L1254: switch gp.m.dying {
panic.go#L1257: gp.m.dying = 1
panic.go#L1268: gp.m.dying = 2
panic.go#L1274: gp.m.dying = 3
panic.go#L1351: if mp.locks != 1 || mp.mallocing != 0 || mp.throwing != throwTypeNone || mp.preemptoff != "" || mp.dying != 0 {
print.go#L96: if gp == nil || gp.writebuf == nil || gp.m.dying > 0 {
proc.go#L5857: print(" mallocing=", mp.mallocing, " throwing=", mp.throwing, " preemptoff=", mp.preemptoff, " locks=", mp.locks, " dying=", mp.dying, " spinning=", mp.spinning, " blocked=", mp.blocked, " lockedg=")
runtime2.go#L556: dying int32
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |